Fork me on GitHub

Checkstyle Results

The following document contains the results of Checkstylerss feed

Summary

Files Infos Infos Warnings Warnings Errors Errors
14 1 55 21

Rules

Rules Violations Severity
FileLength 0 Errors Error
RegexpHeader
  • headerFile: "target/checkstyle-header.txt"
0 Errors Error
FileTabCharacter
  • eachLine: "true"
0 Errors Error
LeftCurly
  • option: "nl"
1 Errors Error
RightCurly
  • option: "alone"
0 Errors Error
LineLength
  • max: "120"
  • ignorePattern: "@version|@see|@todo|TODO"
3 Errors Error
MemberName 0 Errors Error
JavadocMethod
  • scope: "protected"
54 Warnings Warning
JavadocType
  • allowUnknownTags: "true"
  • scope: "protected"
3 Errors Error
JavadocVariable
  • scope: "protected"
1 Infos Info
ConstantName 0 Errors Error
LocalFinalVariableName 0 Errors Error
LocalVariableName 0 Errors Error
MethodName 0 Errors Error
PackageName 0 Errors Error
ParameterName 0 Errors Error
StaticVariableName 0 Errors Error
TypeName 0 Errors Error
AvoidStarImport 0 Errors Error
IllegalImport 0 Errors Error
RedundantImport 0 Errors Error
UnusedImports 1 Errors Error
MethodLength 0 Errors Error
ParameterNumber 0 Errors Error
EmptyForIteratorPad
  • option: "space"
0 Errors Error
OperatorWrap 1 Errors Error
ParenPad
  • option: "space"
0 Errors Error
WhitespaceAfter 2 Errors Error
WhitespaceAround 0 Errors Error
ModifierOrder 0 Errors Error
RedundantModifier 0 Errors Error
AvoidNestedBlocks 0 Errors Error
EmptyBlock
  • option: "text"
0 Errors Error
NeedBraces 0 Errors Error
DoubleCheckedLocking 0 Errors Error
EmptyStatement 0 Errors Error
EqualsHashCode 0 Errors Error
HiddenField
  • ignoreConstructorParameter: "true"
  • ignoreSetter: "true"
1 Warnings Warning
IllegalInstantiation 0 Errors Error
InnerAssignment 0 Errors Error
MagicNumber
  • ignoreNumbers: "-4, -3, -2, -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 32, 64, 100, 128, 256, 512, 1000, 1024"
2 Errors Error
MissingSwitchDefault 0 Errors Error
RedundantThrows 8 Errors Error
SimplifyBooleanExpression 0 Errors Error
SimplifyBooleanReturn 0 Errors Error
InterfaceIsType 0 Errors Error
VisibilityModifier
  • packageAllowed: "true"
  • protectedAllowed: "true"
0 Errors Error
UpperEll 0 Errors Error

Details

org/apache/maven/surefire/testng/ConfigurationAwareTestNGReporter.java

Violation Message Line
Warnings Missing a Javadoc comment. 38

org/apache/maven/surefire/testng/TestNGDirectoryTestSuite.java

Violation Message Line
Errors Line is longer than 120 characters. 79
Warnings Missing a Javadoc comment. 79
Warnings Missing a Javadoc comment. 97
Errors Redundant throws: 'ReporterException' is unchecked exception. 98
Warnings Missing a Javadoc comment. 134
Errors Redundant throws: 'ReporterException' is unchecked exception. 135
Warnings Missing a Javadoc comment. 173
Errors Redundant throws: 'ReporterException' is unchecked exception. 174
Warnings 'junitOptions' hides a field. 256
Warnings Missing a Javadoc comment. 262
Errors Redundant throws: 'ReporterException' is unchecked exception. 263
Errors Line is longer than 120 characters. 281
Warnings Missing a Javadoc comment. 286
Warnings Missing a Javadoc comment. 300
Errors Redundant throws: 'ReporterException' is unchecked exception. 301
Warnings Missing a Javadoc comment. 308
Warnings Missing a Javadoc comment. 337

org/apache/maven/surefire/testng/TestNGExecutor.java

Violation Message Line
Warnings Missing a Javadoc comment. 67
Errors '10000' is a magic number. 224
Errors '9999' is a magic number. 279
Warnings Missing a Javadoc comment. 284

org/apache/maven/surefire/testng/TestNGProvider.java

Violation Message Line
Warnings Missing a Javadoc comment. 59
Warnings Missing a Javadoc comment. 70
Warnings Missing a Javadoc comment. 75
Errors Redundant throws: 'ReporterException' is unchecked exception. 76
Errors '&&' should be on a new line. 120
Warnings Missing a Javadoc comment. 141

org/apache/maven/surefire/testng/TestNGReporter.java

Violation Message Line
Errors Unused import - org.testng.TestNG. 34
Infos Missing a Javadoc comment. 47
Warnings Missing a Javadoc comment. 77
Warnings Missing a Javadoc comment. 91
Warnings Missing a Javadoc comment. 97
Warnings Missing a Javadoc comment. 114
Warnings Missing a Javadoc comment. 121
Warnings Missing a Javadoc comment. 132
Warnings Missing a Javadoc comment. 137
Warnings Missing a Javadoc comment. 143
Warnings Missing a Javadoc comment. 148
Warnings Missing a Javadoc comment. 184
Warnings Missing a Javadoc comment. 189
Warnings Missing a Javadoc comment. 194

org/apache/maven/surefire/testng/TestNGTestSet.java

Violation Message Line
Warnings Missing a Javadoc comment. 48
Warnings Missing a Javadoc comment. 53

org/apache/maven/surefire/testng/TestNGXmlTestSuite.java

Violation Message Line
Errors ',' is not followed by whitespace. 55
Errors Line is longer than 120 characters. 61
Warnings Expected @param tag for 'suiteFiles'. 61
Warnings Expected @param tag for 'testSourceDirectory'. 61
Warnings Expected @param tag for 'confOptions'. 61
Warnings Expected @param tag for 'reportsDirectory'. 61
Warnings Missing a Javadoc comment. 72
Errors Redundant throws: 'ReporterException' is unchecked exception. 73
Warnings Missing a Javadoc comment. 89
Warnings Missing a Javadoc comment. 95
Errors ',' is not followed by whitespace. 108
Warnings Missing a Javadoc comment. 125

org/apache/maven/surefire/testng/TestNgTestSuite.java

Violation Message Line
Warnings Missing a Javadoc comment. 35
Errors Redundant throws: 'ReporterException' is unchecked exception. 36
Warnings Missing a Javadoc comment. 38

org/apache/maven/surefire/testng/conf/AbstractDirectConfigurator.java

Violation Message Line
Errors Missing a Javadoc comment. 34
Warnings Missing a Javadoc comment. 51
Warnings Missing a Javadoc comment. 65
Warnings Missing a Javadoc comment. 73
Warnings Missing a Javadoc comment. 113
Warnings Missing a Javadoc comment. 133
Errors Missing a Javadoc comment. 146
Warnings Missing a Javadoc comment. 152
Warnings Missing a Javadoc comment. 158

org/apache/maven/surefire/testng/conf/Configurator.java

Violation Message Line
Errors Missing a Javadoc comment. 28
Warnings Missing a Javadoc comment. 30
Warnings Missing a Javadoc comment. 33

org/apache/maven/surefire/testng/conf/TestNG4751Configurator.java

Violation Message Line
Warnings Missing a Javadoc comment. 40

org/apache/maven/surefire/testng/conf/TestNG52Configurator.java

Violation Message Line
Warnings Missing a Javadoc comment. 40

org/apache/maven/surefire/testng/conf/TestNGMapConfigurator.java

Violation Message Line
Warnings Missing a Javadoc comment. 49
Warnings Missing a Javadoc comment. 56
Errors '{' should be on a new line. 64
Warnings Missing a Javadoc comment. 150